Increase verbiage.
authorTor Lillqvist <tml@src.gnome.org>
Mon, 16 Jun 2008 13:46:20 +0000 (13:46 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 16 Jun 2008 13:46:20 +0000 (13:46 +0000)
svn path=/trunk/; revision=20402

ChangeLog

index 676825a6ca504aee11f71898dff8a4bf2f5f1d08..e07ae9f73b70b26f6c07d50d15d6364ad9001369 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,9 +9,11 @@
        Bug 538362 - Get Win32 icons back in the file chooser
 
        * gtk/gtkicontheme.c (choose_icon): Check if the icon name is a
-       reference to an icon resource in a DLL or .EXE as in the
-       Registry. In that case, extract the icon and convert to a
-       GdkPixbuf. Patch by Hans Breuer.
+       reference to an icon resource in a DLL or .EXE in the same format
+       as the DefaultIcon strings in the Registry. In
+       that case, extract the icon and convert to a GdkPixbuf. Patch by
+       Hans Breuer. This code has to be in sync with the corresponding
+       code in glib/gio/gcontenttype.c.
 
 2008-06-16  Matthias Clasen  <mclasen@redhat.com>